Interface IoeClientProcess

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
IoeClientProcessImpl

public interface IoeClientProcess extends Process
Information provided by the PKI file:

    \class IoeClientProcess
    
    \brief IoeClientProcess handles and manipulates the IoE client process for IoE devices.
    
    \example network().getDevice("SBC0").getProcess("IoeClientProcess")
    
Author:
Auto-generated
  • Method Details

    • setupRemoteApi

      boolean setupRemoteApi(String json)
      Information provided by the PKI file:
      
          \brief setup the API call in remote server, returns true if successful, false otherwise.
          
          \param json, the API call to server in json format.
          
          \return bool, true if successful, false otherwise.
          
              
      Parameters:
      json - Takes in a parameter of json
      Returns:
      boolean Returns a boolean
    • reportStates

      void reportStates(String states)
      Information provided by the PKI file:
      
          \brief send the state of the IoE client to server.
          
          \param states, the state of the IoE client.
          
              
      Parameters:
      states - Takes in a parameter of states